home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Plate Tectonics / card_7799.txt < prev    next >
Text File  |  1990-04-02  |  1KB  |  61 lines

  1. -- card: 7799 from stack: in
  2. -- bmap block id: 8142
  3. -- flags: 0000
  4. -- background id: 10276
  5. -- name: quake
  6. ----- HyperTalk script -----
  7. on OpenCard
  8.   hide background button "next"
  9. end OpenCard
  10.  
  11.  
  12.  
  13. -- part 2 (button)
  14. -- low flags: 00
  15. -- high flags: 8002
  16. -- rect: left=198 top=312 right=336 bottom=330
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Animation
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   push card
  28.   if the name of this card is not "world map" then
  29.     go to card "world map"
  30.     repeat 4 times
  31.       visual wipe left very slowly
  32.       go next
  33.       wait 30
  34.     end repeat
  35.   end if
  36.  
  37.  
  38.  
  39. end mouseUp
  40.  
  41.  
  42.  
  43. -- part 3 (button)
  44. -- low flags: 00
  45. -- high flags: A002
  46. -- rect: left=16 top=319 right=340 bottom=76
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: Return
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   global ReturnCard
  58.   go ReturnCard
  59. end mouseUp
  60.  
  61.